home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / mail / pine / c_client.arc / text0007.txt < prev    next >
Encoding:
Text File  |  1993-07-31  |  421 b   |  14 lines

  1. Laurence -
  2.  
  3.      The `driver type' will be a string in the dispatch table, a single entry
  4. such as "mbox", etc.  So you can get a `name' of the type of mailbox.  The
  5. idea then is that you can do something like:
  6.     mail_create (name,"tenex");
  7.  
  8.      Of course, there *will* be defaulting.  I haven't thought all of this
  9. through since, as you noted, there are other things that are much higher on
  10. the queue to do.
  11.  
  12. -- Mark --
  13.  
  14.